From 4f9a431ce94a367d286db9b25a37a1b2b55730ea Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Sun, 19 Dec 2010 05:19:48 +0000 Subject: [PATCH] let the libtool fixup introduce libltdl and libiconv build depends, as in trunk SVN-Revision: 24714 --- include/autotools.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/autotools.mk b/include/autotools.mk index b89d287c39..68b5835e97 100644 --- a/include/autotools.mk +++ b/include/autotools.mk @@ -69,14 +69,14 @@ ifneq ($(filter autoreconf,$(PKG_FIXUP)),) endif ifneq ($(filter libtool,$(PKG_FIXUP)),) - PKG_BUILD_DEPENDS += libtool + PKG_BUILD_DEPENDS += libtool libintl libiconv Hooks/Configure/Pre += update_libtool remove_version_check Hooks/Configure/Post += update_libtool Hooks/InstallDev/Post += libtool_fixup_libdir endif ifneq ($(filter libtool-ucxx,$(PKG_FIXUP)),) - PKG_BUILD_DEPENDS += libtool + PKG_BUILD_DEPENDS += libtool libintl libiconv Hooks/Configure/Pre += update_libtool_ucxx remove_version_check Hooks/Configure/Post += update_libtool_ucxx Hooks/InstallDev/Post += libtool_fixup_libdir -- 2.30.2